home *** CD-ROM | disk | FTP | other *** search
- Short: An ARexx script to start applications flexibly
- Uploader: Martin Steigerwald <steigerw@stud.uni-frankfurt.de>
- Author: Martin Steigerwald <steigerw@stud.uni-frankfurt.de>
- Type: util/rexx
-
- German and english documentation follows:
-
- $VER: AppLauncher.readme 1.9 (12.10.98) (C) by Martin Steigerwald
-
- The AppLauncher package is copyright 1998 by Martin Steigerwald.
-
- Non-commercial distribution allowed.
-
- GP Software and AmiNet may distribute it on CD-ROM.
-
- NO WARRANTIES!
-
-
- Deutsch
- =======
-
- Lädt gegebenfalls die angegebene Anwendung und läßt diese per ARexx-Befehl
- die angegeben Dateien einladen. Vor dem Laden der Dateien kann noch ein
- Kommando ausgeführt werden, um die Anwendung in den Vordergrund zu
- bringen. Eine Einstellungsdatei enthält dabei alle nötigen Infos. Es ist
- genug, den Namen der Anwendung anzugeben.
-
-
- English
- =======
-
- Loads an given application if it isnt already loaded and let it load the
- given files using arexx commands. Before loading the files it can issue a
- command to bring the application to front. A config file contains all the
- necessary information so that it is enough to give the name of the
- application.
-
-
- Recent changes
- Letzte Änderungen
- =================
-
- 12.10.98
-
- AppLauncher 1.9
-
- AppLauncher.readme 1.9
- Changed Type: to util/rexx as recommended by Matthias Scheler.
-
- AppLauncher.cfg 1.8
- Added configuration entries for IBrowse and AWeb. Not tested!
- I don't own these programs.
- Thanks to Simone Tellini for the ARexx scripts for CManager
- where I have looked at to find out the commands.
- Stack setting is 50000 bytes. I guessed it. I don't have a
- glue about what stack IBrowse and AWeb use. When you know
- the exact values please tell me.
- PPaint entry now has pathname "PPaint:". This assign should work
- on all systems.
- Path that can't be set by me are pointing to RAM: now. So search
- for every occurence of RAM: and replace it with the correct
- path to the application when you have it installed.
-
-
-